Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / draw / Rotate Text.html
diff --git a/examples/draw/Rotate Text.html b/examples/draw/Rotate Text.html
new file mode 100644 (file)
index 0000000..d073235
--- /dev/null
@@ -0,0 +1,22 @@
+<html>
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <title>Rotating Text with a Draw Component</title>
+    <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
+    <script type="text/javascript" src="../../bootstrap.js"></script>
+    <script type="text/javascript" src="RotateText.js"></script>
+    <link rel="stylesheet" type="text/css" href="../shared/example.css" />
+</head>
+    <body>
+        <h1>Rotating Text with a Draw Component</h1>
+        <p>
+            In this example, you can see how easy it is to create text in a Draw Component which can be rotated easily in any browser. Use the slider to spin the text 360 degrees.<a href="RotateText.js">View Source</a>.
+        </p>
+        <p>
+            See our introductory blog post on the topic <a href="http://www.sencha.com/blog/ext-js-4-drawing-charting">here</a>.
+        </p>
+        <br>
+        <div id='slider-ph'></div>
+        <div id='text-ph'></div>
+    </body>
+</html>
\ No newline at end of file